Search found 9 matches

by jondo
11 Aug 2015
Forum: User Contributed Studies and Indicator Library
Topic: CHECK THIS OUT: Real-time position checker, code included!
Replies: 1
Views: 3094

UPDATE

Please find checker indicator with random strategy to illustrate how GV should be defined... Code remakes, because of function "CurrentContract" return absolute number of contracts not like MP_at_broker function which returns +/- based on position. Please, do not forget to change inputs in indicator...
by jondo
10 Aug 2015
Forum: MultiCharts
Topic: Time differences of generated and filled orders
Replies: 1
Views: 928

Time differences of generated and filled orders

Hello,

would it be possible to measure generated and fill order differences in MTCH9? Can it be done in MTCH.net version? I couldn't found anything close for monitoring orders in MTCH.

Any recommendation how to do it in MTCH.net?


Thank you,
John
by jondo
07 Aug 2015
Forum: User Contributed Studies and Indicator Library
Topic: CHECK THIS OUT: Real-time position checker, code included!
Replies: 1
Views: 3094

CHECK THIS OUT: Real-time position checker, code included!

Hello, I made a small utility which should help me to monitor strategies in real time. Please, I would appreciate any comments or recommendations. How it's supposed to work: 1.) Add to your strategies following setting up of GVs: GVSetNamedFloat(Getstrategyname+"_TT", Totaltrades); GVSetNamedFloat(G...
by jondo
05 Aug 2015
Forum: MultiCharts
Topic: Real-time * BackTest Position MisMatch
Replies: 3
Views: 1567

Re: Real-time * BackTest Position MisMatch

Thanks Henry, actually the screen is from simulated trading so this piece is still in testing regime. I went through the material you advised. But I am still surprised why there is a difference in number of bars. I tried to print bars using "ticks" in code and without, no difference. Actually the nu...
by jondo
04 Aug 2015
Forum: MultiCharts
Topic: Real-time * BackTest Position MisMatch
Replies: 3
Views: 1567

Real-time * BackTest Position MisMatch

Hello, Could you please advise me how to deal with having different bars trading real-time and back-tested. Basically it seem I am getting from TS data feed different ticks in real time compering to back-test (window reload). That means my back-tested results doesn't fit with real-time. Compering ba...
by jondo
21 Jul 2015
Forum: MultiCharts
Topic: Position Controler, Global Variables
Replies: 3
Views: 2431

Re: Position Controler, Global Variables

Regarding Global variables, installation is just putting "ELCollections.dll" file into: "C:\Program Files\TS Support\MultiCharts64" destination and using it in following manner: Signal sender (one window): GVSetNamedDouble("CC", CC); GVSetNamedDouble("MP2 ", MP2 ); Signal or any indicator receiver, ...
by jondo
21 Jul 2015
Forum: MultiCharts
Topic: Slippage saver, Brokers prices
Replies: 3
Views: 1566

Re: Slippage saver, Brokers prices

Hi, yes, I am aware of these functions. I know how to export from Easylanguge, but the problem is how to get exact brokers prices (filled price). What functions to use? entryprice = not possible because this function doesn't return brokers price avgentryprice_at_broker = not possible because of more...
by jondo
17 Jul 2015
Forum: MultiCharts
Topic: Slippage saver, Brokers prices
Replies: 3
Views: 1566

Slippage saver, Brokers prices

Hello, Do you have any tip how to save slippages from real-time trading to external txt file? Situation is getting complicated if more strategies are trading one symbol, so you cant use functions "avgentryprice_at_broker" etc. It is absolutely clear that you can save close values where you are enter...
by jondo
17 Jul 2015
Forum: MultiCharts
Topic: Position Controler, Global Variables
Replies: 3
Views: 2431

Position Controler, Global Variables

Hello, I would like to create an indicator which is going to control number of contracts compering strategy and broker position. I was considering an option of using functions "MarketPosition_at_Broker" or "MarketPosition_at_Broker_for_The_Strategy" which should provide information regarding number ...

Go to advanced search