@tipsywisdom Not copying other and selling as my own ! Not sure how got this idea ! I do have subscription to a telegram channel and how to get this MT4 with my own build EA logic instead of buying a third party EA.
Latest posts made by Afton
-
RE: How to read signals from Telegram channel ?posted in Questions & Answers
-
How to read signals from Telegram channel ?posted in Questions & Answers
Hi there
Any help to develop a EA to read signals from Telegram channel and execute the orders as per the trade size/condition. I'm not a coder so don't know anything about webrequest code but can look the sample work and try to create....
Appreciate your help.THanks
-
Block connection issueposted in Questions & Answers
Hi
Trying some project in MT4 blocks. Getting issues while connecting some blocks.
The connection line is not visible instead one dot is appearing ?Tried deleting and re-importing the files, restarting the pc, trying at different times to avoid server loads. Still getting the same issue.
Any input on fixing this issue ?
-
RE: Modify Stops - Help Requiredposted in Questions & Answers
Yes, but i would also want to keep trailing after that point...
I figured it out... using breakeven and trailing which is working in backtesting....Thanks a lot...
-
RE: Modify Stops - Help Requiredposted in Questions & Answers
@l-andorrà
Thank you...
This will allow once per trade. What if what to use each trade and Pips away from open price blocks to keep modifying the stops at each pip movement ?THanks
-
Modify Stops - Help Requiredposted in Questions & Answers
Happy New Year wishes to fellow FXDreema community....
Testing the modify stops blocks by attaching to each trade block. I used current price option to change the stop. Though it says the change by PiP but it is moving the stops for each point.... attached the shared block link created for testing...
https://fxdreema.com/shared/x9j4Cvb8b
example:
GBPUSD: BUY Open Price: 1.34550
Initial SL: 1.33550 (100 Pips)
Initial TP: 1.35000 (45 pips)Each trade block and pips away from open price used
Distance from open price: 10 pips
Modify SL by 5 pips and TP by 7 pipsSystem is moving the stops but it is moving for each and every point up/down instead of for each pip ? It is making many many updates to the stops and broker is rejecting...
Appreciate your help on how to get this fixed to move the stops only when there a Pip movement?
Thanks
KayGee -
RE: Check for open trades with same priceposted in Questions & Answers
@l-andorrà
Here attached the sample EA project. I created this to test how EA works and play around with the system.
When I put this in multiple TF chart for the same pair, sometime it creates buy in both the TF result in duplicate buy or sell trades.
Question is how to identify duplicate or within some distance either buy or sell open trades and close.
You mentioned about capturing the open price in a variable to identify. If I have multiple trades how to do it !https://fxdreema.com/shared/gMB4ZhOK
Thanks
-
RE: Check for open trades with same priceposted in Questions & Answers
Could you please provide some sample blocks to understand how to store open price of a buy or sell trade in TF1 and then compare the same with another TF 2 for the same symbol ? Once any nearby trade is identified then close one of the trade !
Tried but couldn't follow the logic.Thanks
-
RE: Daily Profit and Loss Target close logicposted in Questions & Answers
Hello there... I created as you suggested and it is working fine...
Thanks