- Search Metals Mine
-
jjasper7 replied Sep 8, 2010help getting started — could someone please tell me where the best place to get started reading and understanding Naningbob/SteveHopwood's v5 package? The threads I have found for 3 days now, all seem to be a continuation of an earlier thread ...
Nanningbob 4h trading system ver. 5.0
-
jjasper7 replied Dec 13, 2008ty, and is there anything I can do to widen my screen to read it without having to scroll sideways to get the full line? or someway to 'scroll' the page with new cr's?
FX-50 Great Scalping System
-
jjasper7 replied Dec 13, 2008wide display — i hope you could explain how to get that full wide display on my forum window - it is a problem reading posts when someone uses the wide format. If you have solved that, please share the solution.
FX-50 Great Scalping System
-
jjasper7 replied Dec 7, 2008is there someone or somewhere we can ask for help with our code when we cannot figure out what is going wrong?
Learning to write code for autotrading in MT4
-
jjasper7 replied Dec 6, 2008kudos — CD, I am amazed and pleased with your generosity, patience, and strength of character. Thank you for sharing. And I have seen very few examples of someone who has encouraged a thread's readers as consistently as you. It is no wonder ...
Powerful 1 Min Scalping System (Fx Prime)
-
jjasper7 replied Oct 16, 2008i really like the chin breakout, too. were you able to find an updated version? i have not, and do not understand the code,and would sure like it to not reinitialize itself every time i change timescale, and stay where i put the lines from one tp to ...
Help with a favorate Indicator
-
jjasper7 replied Oct 13, 2008runs — I found it - I needed to add the line... #property show_inputs to the script to get the opportunity to add the 'allow live trading' option.
Scalping Trade execution
-
jjasper7 replied Oct 12, 2008I do not see what I am doing wrong. I suspect that I am violating some operational rule that I have not found yet. I want to run this script once to open a position. I have simplified this to be a simple manual entry at the ask price with a stoploss ...
Scalping Trade execution
-
jjasper7 replied Oct 9, 2008yes, and confirmed that 1 lot produces the same error. It has reasonable values or 0 in the SL and TP. Observed that a message appears in the Experts list "uninit reason 0", and then 'removed' when the script is called, and have not found what that ...
Scalping Trade execution
-
jjasper7 replied Oct 9, 2008scalping - error code — Ronald, When I run the script, I always get error 4109 back from the ordersend / getlasterror routines. The inputs look ok, and 4109 explanation is 'trade is not allowed. enable checkbox 'allow live trading' in the ...
Scalping Trade execution
-
jjasper7 replied Oct 7, 2008Thanks, I'm working on it as an EA. There isn't a "breakpoint" feature for debugging is there? So far I am trying to get a small simple function to run, and then start adding Alert() statements to display variable contents, and retest. Although that ...
Scalping Trade execution
-
jjasper7 replied Oct 6, 2008Scalping Trade — Thank you both. Yes, the peak/valley I defined was that the 2 preceding and following bars are below/above the current one, and the count starts with i=3 to accomodate that, so High[i-2] will always be >1. Not a great ...
Scalping Trade execution
-
jjasper7 replied Oct 5, 2008scripts — Not much traction on this thread, but I have an interest in your thoughts. Ihad been thinking about using a script to open my trades, too. I do not know mq4 or C, so I am having some troubles with coding it, and do not know how to ...
Scalping Trade execution
-
jjasper7 replied Sep 17, 2008Forum procedures — Thank you M. Although these questions probably belong somewhere else that is better placed, but I do not know where yet, and I need the info here, so ... You participants keep posting charts that my old eyes cannot make out ...
New Mouteki Method...
-
jjasper7 replied Aug 11, 2008I am interested in the same thing. I am thinking that taking the moving average 'x' periods ago, and currently, and probably somewhere in the middle, and then RangeBound = true if the 3 different MA's are within 'y' pips of each other, and the ...
Determining Trending vs. Consolidating