@seb-0 Just follow this and you will see. Dont forget use Comment block to see it brother
Posts made by Pheaktra Capo
-
RE: How do I get the maximum float valueposted in Questions & Answers
-
RE: How do I get the maximum float valueposted in Questions & Answers

Here is the simple way. No need calculation -
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
@sktsec what if it have 2 BUY and remain 8 Buy limit?
-
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
@l-andorrà 10 pending and hit 5 trade is just my example. It can be 3trades, 6trades, 9trades, etc.
-
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
@sktsec Hello brother. I mean trailing stop start modifying stop loss
-
RE: Delete Pending after trailing stop triggeredposted in Questions & Answers
Hello brother. I mean I put 10 buy limit and price went down hit 5 BUY position. And price rise up and start trailing stop loss.
After trailing stop occurred, i want delete the remain Buy limit order -
Delete Pending after trailing stop triggeredposted in Questions & Answers
Hello. How to delete all pending order after trailing stop triggered?
-
RE: Print Symbol+BUY/SELL Priceposted in Questions & Answers
Yes, custom code. This is what i am looking for.
i use symbol() and it only print out only the current chart pair only -
RE: Print Symbol+BUY/SELL Priceposted in Questions & Answers
Thank you. already try this. But if broker have 1 thousand instrument pair, i have to repeat it 1thousand time. this is the problem
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@jstap Thank you brother. let me try
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@jstap https://fxdreema.com/shared/R8EzOSVWc
This is how i do for few pairs. but if broker have hundred of instrument pair, i have to repeat it hundred times.
Otherwise, i try get Open price/SL/TP from Price in Loop. But it sent kind of lag calculation. I mean if now open, it sent Open: 0/SL: 0/TP: 0. In next trade created, yes it sent the Open/SL/TP.
Those block i already deleted. But i use combine DoubleToString from the variable block of Price in Loop. -
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@jstap Hello brother
I try this (Symbol()+" BUY";) already and it work.
The problem is that it print only the symbol that we apply EA on chart only.
For example, if we put it on EURUSD, every buy or sell of any pair, it print EURUSD BUY only.
So, how to get any symbol print out after it is open BUY or SELL at any symbol?
Thanks in advance and have a nice day . . . . -
Print Symbol+BUY/SELL Priceposted in Questions & Answers
Hello every one.
How can i get text on the chart when one symbol was open BUY/SELL?
For example I apply EA on XAUUSD. Then EURUSD open BUY @1.22000. i want to print BUY EURUSD @1.22000
Believe that fxdreema user out there will have the idea.
Thanks in advance and have a nice day . . . . -
RE: Open Buy after x trade of Sellposted in Questions & Answers
Hello brother. I see. I just fixed out something after your idea. Every Sell create, make variable Sell Count +1, when it reach 5 then open Buy and reset Sell Count back to 0
-
RE: Open Buy after x trade of Sellposted in Questions & Answers
Hello brother @jstap @l-andorrà
I know this block. This block activate 1 buy after 5 sell, and then will keep open buy after every one sell open
i want to open 1 buy after every 5 sell. Next 5 sell, open new one buy. and so on.
Ex: total 15 sell it mean 3 buy was executed. -
Open Buy after x trade of Sellposted in Questions & Answers
Hello everyone
How to open one buy for every 5 sell trade? -
RE: Selecting a character from a listposted in Questions & Answers
I got simple idea for you.
Use boolean
true for X>
and otherwise(yellow dot) for X< -
RE: Grid Distant Increaseposted in Questions & Answers
Honestly, i dont understand this "Set your initial grid to 2, when 2 running place the next grid"