Fes
Fes
Friends

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

Fes
Registered at MQL5.community
Fes
Added topic Script Open position at 50pips from Daily Open price with preset take profit & stop loss in pips
I would like to have the script open position at 50pips from Daily Open price. I would like to have the separate script for buy & sell position. It should be as below:- 1) Script open Buy Limit 2) Script open Sell Limit 3) Script open Buy Stop 4)
Fes
Added topic Script Open position at 50% Average Daily High Low at Daily Open price with preset take profit & stop loss in pips
I would like to have the script open position at 50% Average Daily High Low at Daily Open price. I would like to have the separate script for buy & sell position. It should be as below:- 1) Script open Buy Limit 2) Script open Sell Limit 3)
Fes
Added topic Script Open position at 50% Average Daily High Low at Daily Open price with preset take profit & stop loss in % Average Daily High Low
I would like to have the script open position at 50% Average Daily High Low at Daily Open price. I would like to have the separate script for buy & sell position. It should be as below:- 1) Script open Buy Limit 2) Script open Sell Limit 3)
Fes
Added topic Renko - really good.. easy life
Renko indicator is really good. easy life.. I trade well in EURUSD at the parameter setting at 1250. I would like to know this parameter setting means what? Why put 1250? Somebody pls advise
Fes
Added topic Indicator Renko need help
I would like to know the best parameter setting. Can someone help
Fes
Added topic Renko_2 Parameter Setting For Daily Trade at Hour()=0 - Forex Trade Method That Make Life Easy.
I use this indicator at parameter setting 1250 for EURUSD works good. I trade this 2 minutes only at GMT0 follow the color bar at Daily Chart. I would like to know the parameter for other currency pairs , can someone please help me? Can someone help
Fes
Added topic indicator trend trader system - amazing good result & easy life
I went to a forex preview & the coach show their fantastic live trade record. They use this indicator to see the daily trend. On everyday GMT0, we just need to see the bar's colour. Blue is long, red is short. We close position when change of
Fes
Added topic Need help in writing ea - Time factor to close order
if order took place, take profit=100pips & stop lost=100pips is written in the ea, i would like to write additonal time factor(control) to close order as below:- says the order is a buy order --------------------------------- 1) if in 1st hour, a
Fes
Added topic Money & Risk Management in xls file
I am newbie in forex. I am looking for an excel format in money & risk managment for the forex trading . It should be able to tell me about the lot size to enter the market with the capital that i have, says risk at 5% Thanks
Fes
Added topic Please help me to close order once the target profit has been made for the manual trade for orders more than 1
I manually place order for the hedging pairs EURUSD & USDCHF at buy at the same time. I would like to use the ea or Experts>Script to close order once there is profit made at my target profit. Can someone pls guide me. I am a newbie in writing
Fes
Added topic Please help me to close order of the ea once there is a certain profit
Can someone please help me to to close the order. I am using my own simple ea to place order in hedging pair. I am still very fresh in writing ea, i use 1 window with ea to place buy order for EURUSD, at the same time, another window to place buy
Fes
Added topic Please help me to use this custom indicator in my ea
I have the indicator as below. I would like to use this to place order in the ea, can someone please help? I would like to place buy order when the green dot firmed (2nd green dot appeared). My buy order will be at the last Fuchsia dot. Please help
Fes
Added topic Please help me to shortern the object
int start () { Data_HOL(); return(0); } void Data_HOL() { string n8 = "Data_HOL"; n8 = "Head_0a"; ObjectDelete(n8); ObjectCreate(n8, OBJ_LABEL , 0, 0, 0); ObjectSetText(n8,"Swap", 8, "Arial", White);
Fes
Added topic Screen show - Buy
When the buy order take place, how to show the data of:-\ a) Buying Price? b) If the order has been closed, no more showing the buying price? c) I get stucked at the writing below:- ObjectDelete(name_8); ObjectCreate(name_8, OBJ_LABEL, 0, 0, 0);