Two programming Questions
-
- I am new here and have a couple questions please. I want to run the blocks on every tick, but have a filter of the EA only do one trade exit and trade entry per candle. In other words, once an action has been taken with a new tick, then i don't want any more exits or entries until the beginning of the next candle. Is this condition possible with fxdreema ?
- I want to have a MA slope filter such as: if the previous 4 bars of ma slope is less (closer to zero) than the previous 8 bars, then do not re-enter trade in same direction of slope ( the same direction as the program would normally allow). This slope filter prevents whipsaws when trends are ending (slope of ma is waning). Would I be able to program this condition with fxdreema?
-
- block Once per bar can do this job
- yes you are able create this, just learn basics with fxdreema and after while you can do a lot of stuffs
-
Okay thanks for that info. It seems I have my work cut out for me for this weekend.
And Thanks !!!