nOT SURE EXACTLY WHAT YOU ARE ASKING BUT, YOU CREATE ENUM LIKE THIS: https://fxdreema.com/shared/Jn9emlQMd
Posts made by jstap
-
RE: dropdown multipair doesn't work at MT5posted in Questions & Answers
-
RE: how to combine two condition block ?posted in Tutorials by Users
Connect them in a row, one on top of the other.
-
RE: How to open a tradeposted in Questions & Answers
You can get the price level by using object on chart, put this into a comment, you will have to name each line. Would be easier to use the price from last 30 in market properties, using a condition block candle close < >.
-
RE: two macd strategyposted in Questions & Answers
Why have you got a loop? to put it simply if slow is > 0 and fast x< 0 your basic conditions are met, get this working, then you can add logic to prevent trades if wanted.
-
RE: previous bottomposted in Questions & Answers
If you can work out the bottom now 2, then you can do this.
-
RE: Daily target profitposted in Questions & Answers
I would think so, all in 1 is normally better.
-
RE: PHONE NOTIFICATION, ENTRY POINT, SL AND TP BASE ON FIBONACCHI LEVELposted in Questions & Answers
Can you get the fib level value into a comment?
-
RE: Can You Check This ?posted in Questions & Answers
no trade block/if trade block-> modify variable.
-
RE: [TUTORIAL] How to Enable/Disable virtual stop loss on EA Inputposted in Tutorials by Users
@Jeson-C This is showing you how to change this from the EA inputs, something you can't do from FX settings page. Maybe @fxDreema can add being able to right click and add constants/variables into the settings screen.
-
RE: Modify TP including swap & Mt4 Crashposted in Questions & Answers
The trade numbers don't change.
-
RE: how can i change mq4 to mq5?posted in Questions & Answers
You can use that converter by, dragging the mql4 file to it, the converter fi;e may have mt4 specific blocks though, you will need to manually convert them.
-
RE: Freeze the accountposted in Questions & Answers
Don't think so but, you could try contacting and asking Admin.
-
RE: how to save the projectposted in Questions & Answers
Download the MQ file, you can then import whenever you need it
-
RE: indicator on trading viewposted in Questions & Answers
Can't in MT, unless you get a coder to program.