ArtX / Publications
Forum
Problem with Signals (OANDA)
Hi, I have a weird problem with Oanda and Signals - the thing is that Signals does not aggregate account data correctly . The history starts much after account was opened. It changed just a few weeks back, previously everything was fine. The effect is, that displayed gain is much lower than the real
indi gone after TF change
Hi guys, I wanted to write a simple indicator showing the average percentage change of few pairs (say all USD pairs or all GBP pairs). Indi is working, but when I'm changing the chart TF it disappears. I completely have no idea why. I guess its something ultra simple :) Thanks for help
Main window scale fix
Hi guys, Can I somehow set scale in main chart window? (like in properties > Common > scale fix). All I found is WindowPriceMax/Min, but how to SET this value? Lets say I need to set chart scale to 1000pips - say the current price is 1.365 so min = 1.36 and max = 1.37 (...and of course dynamically
Volume of symbol other than current
Hi, Very simple question... how to access volume from symbol different than one from the current chart? double Volume[] will give me only the value from the current one :( Thanks, Art
drawing a line and simple math...
have a stupid question. Why this is working: double price = 0.2 ; ObjectCreate ( "line" , OBJ_HLINE , 0 , 0 , price); but something like that is not: double price = 2 / 10 ; ObjectCreate ( "line" , OBJ_HLINE , 0 , 0 , price); or double tmp = 2 ; double price = tmp / 10 ; ObjectCreate ( "line"