Hiten7405
@Hiten7405
Best posts made by Hiten7405
-
RE: warning after compilingposted in Questions & Answers
Change T = double
double normalizedValue = NormalizeDouble(value, digits);
-
RE: Find the highest (or lowest) close of x barsposted in Questions & Answers
@MT4Nutzer
It shows the high and low price between the selected candles.
Latest posts made by Hiten7405
-
RE: Lotları bir dizide sıralamak istiyorumposted in Questions & Answers
double lotSize = InitialLot * MathPow(LotMultiplier, sellCount);
use this with input double LotMultiplier = 1.1; // Lot Multiplier -
RE: open reverse order with multiply lot size from previous tradeposted in Questions & Answers
@l-andorrà
no i want same group
if a buy =0.01 == sellstop =0.02,
if a sell =002 == buystop =0.03,
if a buy =0.03 == sellstop =0.04,
... Lot Multiplier with 1.6 -
RE: open reverse order with multiply lot size from previous tradeposted in Questions & Answers
@fxDreema
if Multiply_Lot_Size = 1.6;
like a buy =0.01, sellstop =0.02, buystop =0.03, sellstop =0.04, buystop =0.7, sellstop =0.10, ect -
open reverse order with multiply lot size from previous tradeposted in Questions & Answers
@fxdreema ... Hi. I have a simple set of blocks ON TRADE. Both are TRADE CREATED (One is for Sell trades, other is for BUY trade). Under each of these TRADE CREATED blocks I am placing a reverse pending order. I have filtered the SELL and BUY trades using GROUP#.
So there is following (4) BLOCKS
(1)ORDER CREATED (SELL) ------> (2)BUY PENDING ORDER
(3)ORDER CREATED (BUY) -------> (4)SELL PENDING ORDERThe Problem is that the Blocks (1) and (2) work perfectly and every SELL TRADE that gets triggered creates its reverse buy order. But Blocks (3) and (4) do not do that even though it is an EXACT REPLICA of the same.
how to create block with comment example like below?
buy0.01
market go down again itthen ea set pending sellstop 0.02
once market hit sellstop 0.02 n going back up
toward add the buystop 0.04 -
RE: open new buy stop at old open buy tradeposted in Questions & Answers
@l'andorrà @jstap
thanks for the reply
its resolved,
-
RE: open new buy stop at old open buy tradeposted in Questions & Answers
one buy trade open at 2800.00 if price go down sell at 2798.00 and open new buy stop at 2800
-
RE: Are you interested in a 5 months proven trasrecord EA?posted in Questions & Answers
GOLD, BTCUSD Hedging EA...
UP BUY - 0.01 0,04 0.16
DOWN SELL - 0.02 0.08





