tparimore
tparimore
Friends

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

tparimore
Added topic Indicator will not draw horizontal or trend lines until timeframe change
 After applying a template of which the attached indicator is a part of, the indicator will not draw the horizontal or trend lines until I change timeframe.  After a timeframe change, it works fine. Could someone be so kind as to help
tparimore
Added topic possible loss of data due to type conversion
I have written an indicator that copies trend and horizontal lines from one chart to another. It works ok. But, when I compile the code I get 8 warnings. I can't figure out how to eliminate the warnings. Any suggestions would be appreciated. 
tparimore
Added topic Which is the most efficient?
Which is the most  efficient programing? Reading and "if" statement every tick or just setting the bool variable every tick?  Kind Regards  ---Tom if (rrPrinted) rrPrinted = false ;   ||  rrPrinted = false
tparimore
Added topic Calculating Maximum Lots
I have written an indicator to calculate your lot size and maximum lot size based of percent of account you are risking and stoploss distance.    It works most of the time on most pairs. But, every so often I get an insufficient funds error
tparimore
Added topic Help with Text Indicator
Could someone kindly look at my code and tell me why I must refresh my screen in order to get my Lot_Size indicator to display? I do not have the same issue with any of my other text writing indicators and they all follow the same construction. The
tparimore
Added topic Higher Time Frame Indicator
Can someone tell me if it is possible to add a 5 min MACD to a 1 min chart and have it look as if you where looking at it on the 5 min chart? By simply changing the timeframe to 5 with in the code yields the desired look on initialization and
tparimore
Registered at MQL5.community
tparimore
Added topic Sound and Email Notification
Could someone please help me with my notification code. The code is suppose to email when a trade is entered. During backtest the Print statement always has OrderCnt_0 = OrderCnt_1? Thanks in advance for the help. ---Tom ***Please See Updated Code
tparimore
Added topic If in trade return(0)
Please help. I am trying to stop my robot from entering two trades at once. Below is a simplified block diagram of what I am trying to accomplish, as well as the code I am using. The code doesn’t work. What am I doing wrong? Is it the use of a return
tparimore
Added topic Entered Two Trades Today?
Why doesn't the following keep me from entering a trade twice (orders are below the attached code )? Thanks inadvance for your help // Is this EA currently in a trade    for (i= 0 ;i< OrdersTotal ();i++)      {
tparimore
Added topic Closing all Pending Orders on new bar
Could someone tell me why the code below only closes one open trade per bar? e.g. I have two open orders. On each new bar ClosePending() is called. However, only one will close this bar and the second closes the next bar? Thanks in advance
tparimore
Added topic Step Wise Stop Loss, Help Please
Hi, Newbe needs help. I am trying to move my sl to break even once i am 1/3 of the way to tp and again to 1/3 once I am 2/3 of the way to tp. I have two problems with my code. 1.) the modified sl is cycling between break even and 1/3 profit??? 2.) I
tparimore
Added topic % Wins
Is there a way to find your percent wins in an optimization runs? ---Tom
tparimore
Added topic Can EA's with Time commands not be Back Tested?
When I use this comand "live" it acts as expected, showing every minute of every hour. However, when I use it in a "back" test I get only a one random hour and one random minute a day. I have listed some of the printed data below
tparimore
Added topic Please help with code
Can someone please help. My EA isn't working correctly and I can't seem to find the error. It is suppose to trade the opening hour of a new markets, if a breakout (new high low for the day) occurs. It is trading only long and trades without a
tparimore
Added topic First EA won't Trade
I have written a EA. It back test just fine. I have a smilly face. Any ideals of what c ould be wrong? ---Tom