Naruephon Klongngoen
Naruephon Klongngoen
  • Information
9+ years
experience
0
products
0
demo versions
0
jobs
1
signals
0
subscribers
Naruephon Klongngoen
Added topic Is it possible to convert lot size for signal follower's fund size ?
Hi I'm considering to sell my signal but have a concern about lot size. I guest that all follower will have the exact lot size according to the signal  If my EA open order at 1 micro lot which is best for my fund, Is it possible to automatically
Naruephon Klongngoen
Added topic How to check is H8 chart already closed on H1's EA ?
Hi, I'm trying to use EA on H8 but it seem not working in H8 offline chart. So, my idea is to use EA on H1 and get value of H8, just no idea how to check that H8 already closed or not.    Thanks in advance :) 
Naruephon Klongngoen
Added topic How to retry order on failed order ?
Hi My EA is now working on H4 timeframe, everything work fine but sometime I got an error like this "order buy 0.5 EURJPY opening at market sl: 122.232 tp: 125.028 failed [Market is closed]"  also cannot close position with this error 
Naruephon Klongngoen
Added topic How to get THV Trend indicator value ?
Hi I am trying to use iCustom to  get THV Trend's value. Here's  my code    double THVTrendDwn = iCustom ( NULL , 0 , "THV trend" , 0 , 1 );    double THVTrendUp = iCustom ( NULL , 0 , "THV trend" , 1 , 1 );   
Naruephon Klongngoen
Added topic How can I set SL to minimal SL ?
Hi, How to make my EA set SL to minimal StopLoss ? Some pair require minimum 10 pips for SL/TP, some may more than 10 pips Can anyone please advise   Thanks in advance 
Naruephon Klongngoen
Added topic iCustom return nothing from Stoch Crossing
#property copyright "Copyright ฉ 2005-07, Jason Robinson (jnrtrading)" #property link        "http://www.jnrtrading.co.uk/" #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1
Naruephon Klongngoen
Added topic How to get Color and Level from Robby DSS using iCustom ?
#property copyright "Copyright 2008, MetaQuotes Software Corp." #property link        "http://www.metaquotes.net/" #property indicator_separate_window #property indicator_minimum 0 #property indicator_maximum 100
Naruephon Klongngoen
Added topic How to get crossed arrow from this indicator ?
//+------------------------------------------------------------------+
Naruephon Klongngoen
Added topic Is it possible to move stop loss based on M1 while EA works on H4 ?
Hi, I now have EA that works on H4 but I want to make stop loss function work in M1 timeframe I try using OnTick but doesn't work Can anyone please advise some hint ?   Thanks in advance 
Naruephon Klongngoen
Added topic EMA return incorrect value
Hi, I'm trying to modify HA indicator by adding EMA as another condition. I need to arrow up on white candle and haHigh>EMA14 but it look seem EMA return incorrect value I have try for long hours to find out but really could not see where I was
Naruephon Klongngoen
Left feedback to developer for job Modify EA to limit trade only 1 per bar
123