Formula
-
First time user of FxDreema.
I am trying to create a formula block but don't even know where to start. This is what I am trying to do
(current Bid - Candle Low) / (Candle High - Candle Low)
Please help.
Thanks
-
"Formula" block is very simple, it does very basic mathematics - +, -, * or /. It saves the result of that calculation in a global MQL variable. Then that variable can be used in another block.
-
I must be doing something wrong. It is not working. Please see Mt4 1008 and please let me know the correct way......Thanks
-
It looks ok. I didn't tested it, but let me introduce you to something else that you can use in the projects - find this block with name "Levels tester...." - this block can be used to visually test any indicator and everything that is numeric. Also,to test when any block passes, use "Draw arrow" or "Logic points tester".