jthornton
jthornton
Friends

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

jthornton
Added topic How to make date comparison
I've created an EA that works very well in backtesting .  However, I have a different program that I use altogether which I use to signal GREEN/RED.  Green is when I consider the market conditions favourable to go long stocks.  Red is
jthornton
Added topic How to trade at a certain time of day?
I'm creating an EA for training.  I've created an EA that has been 100% accurate since 2012.  It's based on the daily chart, but there have been HUGE drawdowns.  One thing that I've noticed is that my trade conditions are triggering
jthornton
Added topic iHighest / iLowest isn't working correct (or as expected).
I'm creating a function to try and return the PriceRank of the current symbol.  By using the IV Rank calculation, I want want to calculate the Price Rank. I've used it, but some how, I'm getting higher current Closing prices than the Highest
jthornton
Added topic Can someone please look at this and tell me how it recorded a loss?
I'm created an EA and backtesting it... Can someone please look at trades 5 & 6 and tell me how that trade resulted in losing $20?  I can't figure it out.  The trade was closed under where it started by 20 handles and it still resulted
jthornton
Added topic How to stop triggering on a re-print?
I'm currently setting up a buy order when a certain condition is true.  The problem I'm running into is the stoploss is triggering and then trying to re-purchase the buy order right away. So, the end result is multiple trades per day that is
jthornton
Added topic Can I view the value of all variables?
I'm looking for a way, that at any point I can press "stop" and then see what the current value of all my variables are. Or, for debugging purposes, is there a way that I can create a line in the journal that prints the value of all variables (or
jthornton
Added topic No experience with enum. Quick question.
I was looking for a way to create a combo box for the input variables.  I came across the following example: enum __in{    _p1, // value 1    _p2, // value 2    _p3, // value 3    _p4   // value
jthornton
Added topic Can I analyse stocks?
I'm looking to create an EA that uses the results of analyzing actual stocks (not CFD's or futures).  Is this possible in MT4?  Is there a way that I can have my MT4 look up say the value of TLT to execute a pre-determined rule that I have
jthornton
Added topic MT4 opening and closing trades at the same time? Why?
I'm working on creating an EA that purchases long when the price (close) crosses above the MA line and closes the trade when the price (close) crosses below the MA line. My issue is that when I run the strategy tester , it is opening and closing the
jthornton
Registered at MQL5.community