- Search Metals Mine
- ntk replied May 24, 2020
Thank you very much for this tool Bluerain. I think the tool v1.2l still show all symbols in market watch. There is no userlist option to set anywhere in setfile. You mention "Also, User has choice of user provided symbols list or Auto_list" Is this ...
I will code your EAs and Indicators for no charge
- ntk replied May 24, 2020
I dont see it draws any long to the left fibos lines already, why you want to change?
I will code your EAs and Indicators for no charge
- ntk replied May 23, 2020
Would there be any help if I prepared the frame of the dash board (I took your multi pivot scanner and empty out all the pivot calculation stuffs)
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied May 23, 2020
I would like to mark the SL and new TP with a flag or some sort of lablel. for kind of visual backtest. I think there is no need for plan /1 a BE because this EA already continueing seek forward for a new HiLo Swing, and in the same way protect the ...
Auto change Sl and TP according to the swing highest lowest
- ntk replied May 23, 2020
I have corrected my code //+------------------------------------------------------------------+ //| Auto SL n TP based on HiLo.mq4| //| //| | //+------------------------------------------------------------------+ #property link "ntk @ ...
Auto change Sl and TP according to the swing highest lowest
- ntk replied May 23, 2020
The mental prepare step is very important before the market open, is it possible that we could have the list of alert available? Or maybe I am wrong Also when market is closed, there should be enough datas to prepare an investment decision.
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied May 22, 2020
Dear Nick thank you very much for your talent in coding, i keep going up down in the multi Pivot scanner code and find your mind is awesome, thank you for giving us possible insight in code like that. I am missing your HiLO scanner Do you still plan ...
Multi Pair Pivot Point Scanner Alerts mt4
- ntk replied May 22, 2020
Question because I read directly from chart with function High(), Low so I dont need to take care of the decimal digit isue with 3, 5 digits or JPY pairs, is it correct? Next step I would like to have 1/ a BE after X point in profit 2/ then a TSL ...
Auto change Sl and TP according to the swing highest lowest
- ntk replied May 22, 2020
I modify like this market is closed so I could not test. Would you pls check it is ok now //+------------------------------------------------------------------+ //| Auto SL n TP based on HiLo.mq4| //| //| | ...
Auto change Sl and TP according to the swing highest lowest
- ntk replied May 20, 2020
You mean I should calculate new SL and TP together then ask for changing them like this OrderModify(OrderTicket(),OrderOpenPrice(),SL,TP,0,clrNONE)) I did them separately in the hope when the code works, then I come to the next step: I have one fix ...
Auto change Sl and TP according to the swing highest lowest
- ntk replied May 19, 2020
Newby I could not PM you. i have found some issues are you still around and could take the challenge to fix it? it will be a good lesson for us to know what going wrong, and how to sort out. Thank you for your first work
Need for auto stop loss EA
-
Auto change Sl and TP according to the swing highest lowest
Started May 18, 2020|Platform Tech|14 repliesI am a newbies in programming, I have this code from many lessons together. I have a list of ...
- ntk replied May 18, 2020
he means he runs his MT4 not on a window OP machine, but on linux machine, quite similar to a UNIX. For former window OP user, with word, office, Metra trader etc... Linux provides wine as apdaption platform for running most window OP's application, ...
Trade-Management-EA with Hidden SL and TP
- ntk replied May 18, 2020
I am an admirer of your skill and knowledge. Could you please tell a little more about the third indicator or script or EA on your chart, under the Gumrai's dash board pips. Also I am looking for an EA to place Sl by using last swing high or low ...
Indicator Juncky
- ntk replied Dec 16, 2018
You maybe right but first of all I still find very odd that the number of up/down candles roughly equal 50/50 for every market from stock forex to commodity, and for any time frame .... Don't you think so? that can't not be coincident? Is the coding ...
Consecutive Candles - trading system idea