@lknaweiapb We can work on it step by step. I guess you don't have an initial project to begin with, right?
Posts made by l'andorrà
-
RE: Quick guidance on how to start a projectposted in Questions & Answers
-
RE: Is there a way to extract the value of atr in pips even if the pair has 4 digits after the point as eurusd or three as usdjpy?posted in Questions & Answers
@juanitomejiar The ATR value is already a distance in pips. Just store the value of the ATR into a variable and you will get it independently of your broker's digits.
-
RE: Read data from MySql database.posted in Questions & Answers
I'm not a programmer by guess it should. Can anyone confirm this, please?
-
RE: Controlling lose EA+opposite tradesposted in Questions & Answers
@ali-pahlawan You can change the 'check profit-unrealized' block by selecting 'Specified' instead lf 'Any symbol' in its 'Symbol mode' option.
-
RE: Ea Renko (spanish)posted in General Discussions
@ingron30 Gracias por tu aporte. Espero que tu EA funcione como esperas.
-
RE: Need Help with Fibo Indicatorposted in Questions & Answers
@biztet Can you please share the link instead of the mq4 file?
-
RE: at least 4 up bars above SMA 5 shift 5 and BUY, please fix this projectposted in Questions & Answers
@krystian Please do this:
- Remove all 'AND' blocks.
- Connect all blocks from the orange output semidot down the block to the white one on top of the block below and not the opposite as it is now.
- Select 'Candle ID 1' on both operands of block 34.
- Select 'Candle ID 2' on both operands of block 36.
- Select 'Candle ID 3' on both operands of block 37.
- Select 'Candle ID 4' on both operands of block 38.
-
RE: Multiple trades are created one after another? I want 1 signal from indicator=only 1 tradeposted in Questions & Answers
@krystian Having that 'No trade' block on top will guarantee a single trade all the time. If you want a martingale just select this:

-
RE: TP y SL en nivel de linea horizontal para mt5posted in Questions & Answers
@leka-0 No lo acabo de entender. Dices que debe ser el EA el que dibuje las dos líneas al incio de ser ejecutado. Pero luego, ¿las modificarás tu manualmente? Si es así, que se supone que debe hacer entonces el EA una vez cambiadas de lugar?
-
RE: Opposite trade at specific loss value for all tradesposted in Questions & Answers
@prasa1000 Can you please share your project to take a look at it?
-
RE: i would like to create a bot for the 9Ema to cross the vwap.posted in Questions & Answers
@anslembrath The logic is correct so the problem is probably with the indicator itself. Can you please confirm the buffers are correctly identified by fxDreema? On the other hand, your trailing stop block is wrongly configired. This is the correct way:

-
RE: One candle rule, No Nonsense Forexposted in Questions & Answers
@philostam No, the problem is then the 'Once per bar' block. Because it will wait until a new bar to check if conditions are met. If you want an immediate new trade, just remove it, but I guess now problems will arise then. Not sure.
-
RE: Counter Trade Issueposted in Questions & Answers
@prasa1000 Please stop creating new threads asking the same. You already got ans answer in your 2 previous threads.
-
RE: My Custom EA's Won't Load into MT4posted in Questions & Answers
@bpinon You are connecting this block to itself:

Never do that. Simply remove that selconnecting link.
-
RE: How I can Add Multiple Pending Ordersposted in Questions & Answers
@er-arpit09 Do you mean opening a trade at 16:25:09 and closing it at 16:25:50? What king of trading are you trying? Isn't it too short time within a minute?
-
RE: paroli resetting counterposted in Questions & Answers
Honestly, I'm not an expert at Paroli system. The bestI can recommend you is trying it with different values to understand the logic behind it. Otherwise, ask directly to the admin.
-
RE: How do I store the last BUY or SELL that occurred in a variable?posted in Questions & Answers
In that case I recommend you to dissect your project into smaller parts and check them one by one to work correctly. Then reconnect them again step by step until you find the reason.
