Friends 2
jsc
Added topic Global variable warning
I am getting the warning "declaration of 'SLPrice' hides global variable". (When I click on the error it takes me to where I've added ***). Pretty sure this warning leads to another one as I input my stop loss as "stopLossPrice(SLPrice)". The
jsc
Added topic Warning
I have this code which ensures price is always rounded to the correct number of decimal points. It works fine but I keep getting the warning "implicit conversion from string to number ". Is there anyway of performing the same function without getting
jsc
Added topic Multi Symbol, Magic Number & repeat orders
I have this function which checks whether there are open trades using a certain magic number. The problem is I intend on using this EA for multiple currencies at once. Each order using a certain magic number depends on certain criteria being met
jsc
Added topic Repeat Trades
How can I ensure the same trade (using the same magic number) cannot be placed again until the existing one is closed
jsc
Added topic Use of arrays
How can I use the array Currency to replace EURUSD so multiple functions like BullishCandlestick() can check multiple currencies simultaneously? Thanks       string Currency[ 5 ] =  { "EURUSD" , "USDCHF"
jsc
Added topic Zero Divide Error
As I compile my include file, no errors appear. However, when I run my script, it alerts me " zero divide " in the include file. Unfortunately I could narrow down the source of the problem. I have no idea how to solve this error. I'd appreciate
jsc
Registered at MQL5.community