How to make a Trend Indicator to bool?
Created at 26 Oct 2013, 18:30
OL
How to make a Trend Indicator to bool?
26 Oct 2013, 18:30
Hi
I was wondering how you maka a trend indicator to a bool value (if possible).
So i could for example write :
If(BullTrade=True) Trade.CreateBuyMarketOrder(Symbol,Volume)
Thanks
jeex
28 Oct 2013, 09:05
Compare with what?
You would first compare the indicator with something. I.e. a breakout, of a rise or fall. Like:
If you know what to compare it with, you get a boolean.
@jeex