Prodotti pubblicati

I più votati
extern double Lots       = 0.20 ; extern int TakeProfit    = 400 ; extern int TPB           = 300 ; extern int TPS           = 400 ; extern int StopLoss      = 1000 ; extern int Slippage      = 50 ; extern int Magic         = 123477 ; extern int StepB         = 450 ; extern int StepS         = 450 ; extern double Multiplier = 3 ; // int     Experts;                                         extern double Depo= 10000.0 ;                             extern double Persent= 30 ;                       
MartinZ
Iurii Kuksov
extern double Lots       = 0.01 ; extern int TakeProfit    = 400 ; extern int TPB           = 300 ; extern int TPS           = 400 ; extern int StopLoss      = 1000 ; extern int Slippage      = 50 ; extern int Magic         = 12347 ; extern int Step          = 450 ; extern double Multiplier = 3 ; // // На H4 TakeProfit 500 TP 300 Step 400 Multiplier 3 // int     Experts;                                 extern double Depo= 1000.0 ;                     extern double Persent= 30 ;                  
extern double LotsBuy               = 0.20 ; extern int TakeProfitBuy            = 1000 ; extern int TakeProfitBuyStop        = 150 ; extern int TakeProfitSellStop       = 150 ; extern int TPBuy                    = 800 ; extern int TPBuyStop                = 250 ; extern int TPSellStop               = 700 ; extern int Magic1                   = 23471 ; extern int Magic2                   = 23481 ; extern int Magic3                   = 23491 ; extern int StepBuy                  = 300 ; extern i
The Breaking Trend ADVISOR opens the first position only to buy an order. Next, he looks at if the price goes to a loss, then at a certain loss distance he puts a pending Stop Order Sell for sale with an increased lot in order to cover the loss and fix the profit when closing buy and sell orders. And then the whole trade actually takes place with this logic. These are the settings of the advisor: -- LOT --- extern double lots                       = 0.2 ; - this parameter is responsible for t
This Expert Advisor uses Moving Average with certain parameters to open orders. He will always open the first deal to buy, but, with certain settings, he can only open deals to sell. To close orders, he uses a profit after which he will close all orders and start his work again. So far, it works as a Martingale and as a networker. extern double Lots                 = 0.20 ; - - From this parameter, which is the value of the currency at which you will to trade, the Expert Advisor begins its work.
Ciao a tutti.  Voglio dirti un po ' di questo pannello per il trading sul mercato dei cambi finanziari. Il pannello è scritto nel linguaggio di programmazione MQL4 ed è progettato per aiutare ad aprire ordini di mercato su posizioni specifiche. Funziona sia con gli ordini ordinari che con quelli in sospeso. Cioè, apre ordini di vendita e acquisto come Buy, Sell, BuyLimit, SellLimit, BuyStop, SellStop. E apre anche una rete di ordini in sospeso e, inclusi gli ordini grid, ovvero, ordini in sospe