- Search Crypto Craft
- ntk replied Aug 15, 2021
My understanding is Gold is eg XAUUSD so if COT shown long on USD, USD tendency up, Gold would go down
Trading like banks: Risk ON / OFF
- ntk replied Aug 15, 2021
Could you with this tool separate lines for only the pair interested, I m color blind. Would it be similar result when use of CCfP in W1 time frame?
Trading like banks: Risk ON / OFF
- ntk replied Aug 14, 2021
Thanks for the updated data table I see GBPAUD =GBPUSD + USDAUD but on the market there is only the inversed AUDUSD for trade, so I would expect the reversed AUDUSD plays a factor. would that not complicate the matter and give different direction ...
Trading like banks: Risk ON / OFF
- ntk replied Aug 14, 2021
Did you get answer to your request? Found this here on net, could have to be amended slightly to your need. Apropos You can tell broker many thing, but if you buy, your order price would match to its ask, and when you sell yours would only match ...
I will code your EAs and Indicators for no charge
- ntk replied Aug 13, 2021
thanks for your honest opinion. I see you use basket and aim for 100pips a day. what happen i you are generous in making choice of market (all 28?) and chose RR like 2:1 or 3:1 like SL 30 pips TP 8 to 10pips, or 60 to 20 pips SL:TP etc. you surely ...
CCFp weekly signals (set and forget basket trading)
- ntk replied Aug 13, 2021
I find this strategy interesting and like to test out but Could you pls tell what I does wrong, there is no trade at al
CCFp weekly signals (set and forget basket trading)
- ntk replied Aug 13, 2021
according to your COT table how can we expect GBPAUD to be this week. and the 15/8 to 20/8? Currently in H4 it seems to be ranging. waiting for breakout. I have subscribed, could you provide your data each FRI... Sorry I ask so direct, because I ...
Trading like banks: Risk ON / OFF
- ntk replied Aug 9, 2021
you should set to ONLY trade when price closes back in the BB, pref. ranging pairs like AUD, EUR
Simple Bollinger Bands EA
- ntk replied Aug 6, 2021
Thank you Emmzett, sorry for the confusion I have caused. I wrongly still have used the bugged version of the rsfMT4Expander.dll.
calling scripts from indicator
- ntk replied Aug 3, 2021
int hChart = WindowHandle(Symbol(), NULL); Could you tell me about the meaning of the second parameter of this function?
calling scripts from indicator
- ntk replied Aug 3, 2021
I think I have found the reason: You can call a script from a script, but not a script from an indicator. I have tested it with the example you attached in #7, in the directory Mql4 there are a dll for the Libraries, and 2 example sources supposed ...
calling scripts from indicator
- ntk replied Aug 2, 2021
Thank you for your advise, I definitely will remember and make use of it .... are you looking at USDZAR this morning by the way .... and yet? Would like to hear all what is on your mind regards this pair
Indicator wanted
- ntk replied Aug 2, 2021
Pls Do you have any example where an indicator call a script successfully? I would like to see in the trace what it exactly done for the terminal attaching job
calling scripts from indicator
- ntk replied Aug 1, 2021
Good that you find the bug, and sort it out. terminal can find the script now, but it does not really attach to chart, there is no order sent to broker. Could you pls guess/explain why? also is there a different treatment for indicator attach to ...
calling scripts from indicator
- ntk replied Aug 1, 2021
I shorten the name of script, delete the relative path when call the function LoadMqlProgramA(), it can still not find the script BUYscrpt SELLscrpt,
calling scripts from indicator
- ntk replied Aug 1, 2021
I experiment with a much simplier indicator Schaff Trend v2.02 trade, when there is signal I want to call the sell or buy script which initiate n OrderSend() I make sure I see the trace in the log, that is the line above the call to the script, I ...
calling scripts from indicator
- ntk replied Jul 31, 2021
You are right -name of dll has changed -it seems parameter has changed too here is the trace. it seems the import function is not correct parameterised. Where can I see which function available in the dll at all, and how they are parameterised But I ...
calling scripts from indicator
- ntk replied Jul 31, 2021
I think what he means is more Not good idea to leave pending order on a Sun market, you could be hit with large slippage and spread
Cable Update (GBPUSD)
- ntk replied Jul 31, 2021
I have replaced the RSTexpnder.dll in MQL4\Libraries I edited in the filter like in your screen capture with "Metatrader;Tester;Expander". I stopped and restarted Metatrader, then ran tester, still nothing is captured! But, I realise when I did run ...
calling scripts from indicator
- ntk replied Jul 31, 2021
the new RSTexpander.dll must be hidden as zip or data file, else I can not download from github, it reports file could harm my PC, and block download pls make this RSTexpander.dll zip so I can download and try. I dont want to give up here. I am ...
calling scripts from indicator