Le Nguyen Huy Nguyen
Le Nguyen Huy Nguyen
  • Information
1 year
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Le Nguyen Huy Nguyen
Added topic Bug separate window, I can't understand what it is
Dear everyone, My chart window version indicator works perfectly, but separate window version don't work correctly. I only change "#property indicator_chart_window" to "#property indicator_separate_window". I attach separate window version indicator
Le Nguyen Huy Nguyen
Added topic Need your help with iRSI
My code work correctly with: Momentum_Buffer [ Momentum_Position ] = Close [ Momentum_Position ] * 100 / Close [ Momentum_Position + Momentum_Period ] ; But with: Momentum_Buffer [ Momentum_Position ] = ( iRSI ( Symbol () , Period ()
Le Nguyen Huy Nguyen
Registered at MQL5.community
Le Nguyen Huy Nguyen
Added topic Help me! To draw the result of iSar () ?
How to draw the result of iSAR.... on H1, M30....?                  int Count ;
Le Nguyen Huy Nguyen
Added topic Problem with Strategy Tester
#property copyright " N.Huy " #property link       "" //+------------------------------------------------------------------+ extern double Initial_Equity = 3000 ; extern double Profit_Rate = 5 ;
Le Nguyen Huy Nguyen
Added topic Problem with File Funtion
//+------------------------------------------------------------------+
Le Nguyen Huy Nguyen
Added topic Use RSI indicator?
I use custom RSI indicator (Meta RSI indicator) in chart . I don't want calculate RSI in my EA. I want use RSI indicator's result in my EA. Exp: if RSI indicator's result =< 30 -> EA will order How can I do it
Le Nguyen Huy Nguyen
Added topic Equity ups a fixed percent comparing the starting balance
Hi, I want my E.A to stop if my equity ups a fixed percent comparing the initial balance. I coded my E.A but it can't compile. It has 2 errors. Please, help me to correct my EA. int init()         {
Le Nguyen Huy Nguyen
Added topic How to program for protecting EA account automatically stopped when the Free Margin down to a certain level and continue the Free Margin of up to certain levels?
How to program for protecting EA account automatically stopped when the Free Margin down to a certain level and continue the Free Margin of up to certain levels
Le Nguyen Huy Nguyen
Added topic Help me! Why doesn't ea stop?
Help me, pls! //+------------------------------------------------------------------+
Le Nguyen Huy Nguyen
Added topic I want to use the price which the select function buy for the next order. How can I do that?
Pls. help me. I'm beginner. [code] int start() { OrderSelect(Symbol(),OP_BUY,0.05,Ask,0,Ask-150*Point,Ask+15*Point,NULL,0,0,NULL); } [/code] I want to use the price which the select function buy for the next order. How can I do that