What do you exactly mean by 'the site'? Do you men fxDreema?
Posts made by l'andorrà
-
RE: How to use the volume profile toolposted in Questions & Answers
-
RE: As the snow increases, the trail stop gets narrowerposted in General Discussions
@bayramay >Blocks 16 and 17 should be substituted by these:

-
RE: CLOSE ALL TRADES ON AVERAGE PROFITposted in Questions & Answers
That depends on how much time 'once in a while' means. Do you mean once per day? So each day the profit should be hit separately?
-
RE: Adderlot and increase grid lotposted in Questions & Answers
Well, you can use math via custom code but can also use standard condition block. For example, every time a trade is open, you can make a counter variable add +1. As soon as that variable hits any of those layers, the lot size variable should be changed accordingly.
-
RE: CLOSE ALL TRADES ON AVERAGE PROFITposted in Questions & Answers
That depends on what you exactly mean by 'average profit'. Do you mean current profit from all open trades at the moment combined?
-
RE: When backtesting, if you change the TP value and SELL doesn't work, it only does Buy. What is the cause?posted in Bug Reports
Can you please share the link to your project?
-
RE: As the snow increases, the trail stop gets narrowerposted in General Discussions
I said the condition block, not the 'once per bar' block to be connected that way.
-
RE: Condition check before allowing entryposted in Questions & Answers
The only way to stop trading is that ALL conditions behave as bottle necks. The only way to do that is connecting them from orange output dot to the next orange output dot. If you use the yellow output dot the execution will move to the next block no matter what and the trade will be open. All input parameteres are to be conected as if all had to be true at the same time only.
-
RE: Reducing the volume in an open tradeposted in Questions & Answers
Not sure I fully get it. Do you mean closing partially 10% of lot size when some price level is hit? And what does 'Vasili' mean exactly?
-
RE: money management rouletteposted in Questions & Answers
Try when the market is open. It should work now.
-
RE: Which option is used for channels?posted in Questions & Answers
That's what I used to think. But what it's doing now is taking the definition points, not the lines themselves.
-
RE: EA almost finished, can't seem to fix two things.posted in Questions & Answers
I don't see any lines plotted via the bot. Are they plotted manually maybe?
-
RE: Adderlot and increase grid lotposted in Questions & Answers
You need to use variables where those lot size values are recalculated. Are you familiar with variables?
-
RE: need help with EA please, grid closed but first side position let openposted in Questions & Answers
Some initial hints:
- You can remove blocks 11,22,34 and 45. All of them are redundant.
- You can also remove that 'OR' block. Simply connect block 2 to block 5 and block 3 to block 6.
On your question, you need to create different groups. One group for the first trade and a different one for all the other. That way you can distinguish the closing conditions accordingly.
-
RE: Profitable News Trading EA Tester Versus Liveposted in Questions & Answers
Finding the perfect trailing stop settings is not easy. Sadly, the only option is trying and trying new options. Boring but inevitable process, I'm afraid.