Search found 26 matches

by Kingjelly
27 Apr 2018
Forum: MultiCharts
Topic: Flex Renko Closes
Replies: 1
Views: 971

Flex Renko Closes

Does anyone have any code that will project and plot a line at the price above and below the current price where the next bar will start? The below code works for range bars but not the flex renko. Vars: BAplotLoop(maxbarsforward), k(0), projHigh(0), projLow(0); //if bartype = 13 then begin // plot ...
by Kingjelly
30 Jun 2016
Forum: MultiCharts
Topic: Rithmic:Trading System Connection Broken [SOLVED]
Replies: 3
Views: 1717

Rithmic:Trading System Connection Broken [SOLVED]

Today in rithmic every time I place an order i get this message?? Please help haven't seen this before

"Source: Rithmic 01"
"Message: Trading System Connection Broken"
by Kingjelly
23 Mar 2011
Forum: MultiCharts
Topic: Function to Get the slope of anything [SOLVED]
Replies: 5
Views: 3156

Re: Function to Get the slope of anything [SOLVED]

TJ, rise over run Rules for Calculating the Slope of a Line # Find two points on the line. # Count the rise (How many units do you count up or down to get from one point to the next?) Record this number as your numerator. # Count the run (How many units do you count left or right to get to the point...
by Kingjelly
23 Mar 2011
Forum: MultiCharts
Topic: Function to Get the slope of anything [SOLVED]
Replies: 5
Views: 3156

Function to Get the slope of anything [SOLVED]

Hi,

Has anyone by chance written a function that can be called to get the slope of a moving average, or indicator or anything you want pass to it?

Thanks,

Preston
by Kingjelly
17 Mar 2011
Forum: MultiCharts
Topic: Simple EaslyLanguage Question -- stop loss
Replies: 2
Views: 980

Simple EaslyLanguage Question -- stop loss

Hi,

This should be simple, but I am having a hard time with it. I want a stoploss strategy that after I am in profit by a certain amount that I want to set my stop loss 1 tick below the low of the last completed bar. Can anyone help me please?

Thanks
by Kingjelly
19 Jan 2011
Forum: MultiCharts
Topic: MC 7.0 Pre Alpha
Replies: 143
Views: 30792

Re: MC 7.0 Pre Alpha

Thanks Dave, Implementation in the DOM would be great. Speaking of the DOM I have another question, since it had to be done in the DOM, is there any way you guys leverage the code from the DOM to create a function that we could call in easylanguage that would give us easy access to inside bid/ask da...
by Kingjelly
18 Jan 2011
Forum: MultiCharts
Topic: MC 7.0 Pre Alpha
Replies: 143
Views: 30792

Re: MC 7.0 Pre Alpha

Just started testing the alpha and what is there so far is GREAT. One feature I would Love to see as far as the chart trader. On the exit strategies, I would like to have the option to pick an exit only easylanguage strategy that I made to auto attach and manage and exit trades that I enter manually...
by Kingjelly
18 Feb 2010
Forum: MultiCharts
Topic: Stop Limit orders
Replies: 42
Views: 13845

Andrew,

Is this functionality still going to be in the final version of 6?
by Kingjelly
03 Feb 2010
Forum: MultiCharts
Topic: Stop Limit orders
Replies: 42
Views: 13845

Agree with SUPER, we really need this functionality.
by Kingjelly
02 Feb 2010
Forum: MultiCharts
Topic: Can't Sync with the Broker
Replies: 14
Views: 3794

Thanks, but I don't want it to have a buy order in before the sell, I want it to recognize that a position is there and just close it when certain criteria are met. I have a work around for now, if I tell it to sellshort or buy in the opposite direction of the actual position it will close it and th...
by Kingjelly
01 Feb 2010
Forum: MultiCharts
Topic: Can't Sync with the Broker
Replies: 14
Views: 3794

Print("before"); Print(MarketPosition_at_broker); If MarketPosition_at_Broker = 1 Then begin Print("inside1"); Print(MarketPosition_at_broker); Sell Next Bar at Market; Print("inside2"); Print(MarketPosition_at_broker); End; Print("after"); Print(MarketPosition_at_broker); before 1.00 inside1 1.00 i...
by Kingjelly
01 Feb 2010
Forum: MultiCharts
Topic: Can't Sync with the Broker
Replies: 14
Views: 3794

Anyone figure this out, I really need it to work,

I have

Print(MarketPosition_at_broker);
If MarketPosition_at_Broker = 1 Then begin
Sell Next Bar at Market;
End;

I can see it print that the value is 1 but yet it won't sell the position???
by Kingjelly
17 Jan 2010
Forum: MultiCharts
Topic: Stop Limit orders
Replies: 42
Views: 13845

Is this still planned for MC 6, or is it in there and I just don't know it?
by Kingjelly
10 Jan 2010
Forum: MultiCharts
Topic: Authorization Licence issue
Replies: 84
Views: 27927

You would at least think that it would let you continue with real data until the server was back up, this is really scary for anyone who autotrades. DRM model is a bad idea. While I understand the piracy concerns, there has to be a better way.
by Kingjelly
10 Jan 2010
Forum: MultiCharts
Topic: Authorization Licence issue
Replies: 84
Views: 27927

Yes, I am, this is ridiculous, first you have to worry about you brokers data staying up, now the authorization server can go down????
by Kingjelly
21 Dec 2009
Forum: MultiCharts
Topic: MC6 Beta 1 Feedback
Replies: 55
Views: 19271

Anyone else have a problem with Renko charts not going back far enough in history?
by Kingjelly
03 Nov 2008
Forum: MultiCharts
Topic: Data Feeds
Replies: 3
Views: 2578

I would like to see TD Ameritrade also.
by Kingjelly
07 May 2008
Forum: MultiCharts
Topic: EL Help
Replies: 2
Views: 1482

Thanks

Thank you Marina, extremely helpful as always.
by Kingjelly
06 May 2008
Forum: MultiCharts
Topic: EL Help
Replies: 2
Views: 1482

EL Help

Hi,

Can anyone please help me with the best way to turn off a strategy when it reaches a certain dollar loss limit for the day. I know I can set a variable to tell it not to trade, I am just not sure how to get how much a strategy has lost in a give day.

Thanks,

Preston
by Kingjelly
21 Apr 2008
Forum: MultiCharts
Topic: Limit Orders
Replies: 3
Views: 1699

SetProfitTarget

Marina, Last night in a trade, using the setprofittarget function the chart said that the trade closed out at my target, however the price only touched the target momentarily and I was not actually filled. This cause me to still be in the position when it took another trade in the same direction cau...
by Kingjelly
20 Apr 2008
Forum: MultiCharts
Topic: Limit Orders
Replies: 3
Views: 1699

Limit Orders

Hello,

Is the new trading engine supposed to know if your limit orders are filled? If not is this planned in future releases?

Thanks,

Preston
by Kingjelly
10 Apr 2008
Forum: MultiCharts
Topic: Lifetime Purchase Question
Replies: 3
Views: 2389

Lifetime Purchase Question

Hello, I signed up for a 3 month lease of multicharts and my lease is about to auto-renew when I would rather just go ahead and get the lifetime. Is the best way to go about this to cancel my subscription and do a whole new transaction, or is there some way instead of charging the 3 month lease fee ...
by Kingjelly
10 Apr 2008
Forum: MultiCharts
Topic: ZC Corn Specs
Replies: 1
Views: 1639

ZC Corn Specs

Can someone please help me out an tell me what the proper pice scale, big point value and min move should be for ZC?
by Kingjelly
24 Jan 2008
Forum: MultiCharts
Topic: Stop Order Autotrade execution
Replies: 1
Views: 1223

Stop Order Autotrade execution

Sorry if this has been asked many times, but when stop orders are added to the auto trading, will it come with the ability to send to the TWS server immediately upon trade entry so the position is always protected.

Thanks

Go to advanced search