TradingView
capissimo
27. Sept. 2018 04:46

Crossover82% Study (no strat signals) 

Euro Fx/U.S. DollarFXCM

Beschreibung

The same as before without strategy signals

Versionshinweise

Basically it is a price action reversion strategy. The idea is to revert the price movement somehow using any math function.
Kommentare
peterson4545
Hey, I just found out that this indicator doesn't seem to work with anything other than EURUSD or GBPUSD, this works with only those two. Can you try to figure it out? Thanks in advance.
capissimo
@peterson4545, try to replace the math function. Ex. the following will do the trick: sig = rema(scaleMinimax(1/(X*log(p)), mmx, lowest(X, mmx), highest(X, mmx)), smooth)
peterson4545
@capissimo, thank you! I tried it, and the compiler said 'undeclared identifier: mmx'. Do I need to put some values instead of 'mmx', or insert another math function that calculats 'mmx'?
capissimo
@peterson4545, declare mmx (minimax) separately: mmx = 100 /// (200, ....) or mmx = input(100, "Minimax Lookback")
peterson4545
I'm afraid the line is not showing.
capissimo
@peterson4545, tested this strat with eurusd and gbpusd w/o problem, but am sure it should work with other pairs/securities, as the math func is neutral by definition.
Mehr