Search found 20 matches

by florianp3
09 Dec 2020
Forum: MultiCharts
Topic: error in systems?
Replies: 2
Views: 504

error in systems?

Hello, I wrote a simple volatility system on range bars that buys and sells symmetrically at a fixed distance from the open next bar. From the screenshots you can see it sells correctly 2 points from the open next bar but buys 3 !?! points from the open next bar. Inputs: RB(2),Len(3); vars: onb(c); ...
by florianp3
13 Jul 2019
Forum: MultiCharts
Topic: bug?
Replies: 1
Views: 671

bug?

I have MultiCharts64 Version 12.0 Release (Build 18184). Recently, I started to experience a problem: I do a system backtest, then I double click on the best combination of parameters ( so those parameters are transferred to the system inputs). Sometimes, that window that shows the system with the n...
by florianp3
15 Jul 2017
Forum: MultiCharts
Topic: option spread orders
Replies: 1
Views: 1068

option spread orders

Hi all, I would like to automate a strategy where if price of the ETF that I chart crosses above the next higher strike level to send a option spread order to buyback my sold option contract and sell another one at the higher level. My broker is IB. I could eventually create (with string manipulatio...
by florianp3
25 Apr 2017
Forum: MultiCharts
Topic: Rithmic data to IB orders
Replies: 1
Views: 799

Rithmic data to IB orders

I like Rithmic data better then IB's. I opened a chart of CLM7 with Rithmic data and placed a signal on it with on my IB account. When I tried to run in autotrading, I got an error message saying that the symbol is not recognised by Interactive Brokers. What should I do?
by florianp3
14 Apr 2017
Forum: MultiCharts
Topic: bug on the editor?
Replies: 1
Views: 624

bug on the editor?

I tried to use "find and replace" function in the power editor and if I use it by clicking one by one it's ok but if I try to use "replace all" the computer looses itself in what looks like a bad loop and I have to shut down the editor to get out of that loop. Looks like a bug to me, but it might be...
by florianp3
24 Apr 2015
Forum: MultiCharts
Topic: hibrid auto and manual trading.
Replies: 2
Views: 1199

Re: hibrid auto and manual trading.

Inputs: DayStartEQ(1000),DLL(-500); // DLL=daily loss limit vars:closedEQ(0),stopval(pos(DLL)/bigpointvalue),mp(0),accntID(""),symb(""); accntID=GetAccountID(); // find the account number mp=marketposition_at_broker; // find the real time market position value1=GetRTAccountEquity(accntID); //find t...
by florianp3
24 Apr 2015
Forum: MultiCharts
Topic: hibrid auto and manual trading.
Replies: 2
Views: 1199

hibrid auto and manual trading.

I wrote a signal that takes info from the broker on my account equity, market position and avgentryprice then sends a stop order that will close any position if my daily loss limit is reached. If I use it together with a order generating signal it autotrades just fine. My wish is to trade discretion...
by florianp3
16 Mar 2015
Forum: MultiCharts
Topic: erase a trendline [SOLVED]
Replies: 1
Views: 1178

erase a trendline [SOLVED]

I use tl_new_bn to draw a new trendline for each new bar with a higher low. How can I erase the older intermediate trendlines, so that my historical chart will keep only the the last trend lines that respect the condition? vars:tlup(L); condition1=L>L[1]; if condition1 then begin tlup=tl_new_bn(barn...
by florianp3
30 Dec 2014
Forum: MultiCharts
Topic: order levels shown on chart
Replies: 1
Views: 746

order levels shown on chart

in autotrading I cannot find the place to make the orders visible on the chart.
I see only the levels where my signal actually entered or exited but I miss the order levels (dotted lines) that I was seeing in the older MC versions. Please let me know how to enable them.
by florianp3
30 Dec 2014
Forum: MultiCharts
Topic: annoying message [SOLVED]
Replies: 4
Views: 1548

Re: annoying message [SOLVED]

Yes, that was it. I had it on the autotrading panel. Problem solved. Thank you.
by florianp3
29 Dec 2014
Forum: MultiCharts
Topic: annoying message [SOLVED]
Replies: 4
Views: 1548

Re: annoying message [SOLVED]

In MultiCharts please go to File -> New -> Order and position tracker window->Logs tab. Are there any messages referring to AVATrade connection? YES, SAME MESSAGE ( Impossible to connect to AvaTrade traing system/Please enter your login) Then go to File->New->QuoteManager Window. Are there any mess...
by florianp3
29 Dec 2014
Forum: MultiCharts
Topic: annoying message [SOLVED]
Replies: 4
Views: 1548

annoying message [SOLVED]

I have 2 very annoying messages that pops up every second or so that says: Source: AvaTrade Message: Impossible to connect to AvaTrade traing system and Source: AvaTrade Message: Please enter your login; I have no intention to use AvaTrade in any way (I use rithmic); on the broker profile Avatrade i...
by florianp3
15 Dec 2014
Forum: MultiCharts
Topic: auto trading overfilling orders problem
Replies: 3
Views: 1179

Re: auto trading overfilling orders problem

Thanks Smoky, I'll try that
by florianp3
14 Dec 2014
Forum: MultiCharts
Topic: auto trading overfilling orders problem
Replies: 3
Views: 1179

auto trading overfilling orders problem

I am using MC 9.0 build 10360. My strategy: vars: LE(c); if condition1 then begin if marketposition_at_Broker <1 then buy next bar at LE limit; end; In strategy properties, I have not allowed more than 1 contract at a time. I autotrading properties I have chosen Sync for entries/exits. While autotra...
by florianp3
26 Nov 2014
Forum: MultiCharts
Topic: erasing and redrawing a retracement area square [SOLVED]
Replies: 6
Views: 1637

Re: erasing and redrawing a retracement area square [SOLVED]

excellent idea; if I then choose not to expand the scale to indicators (in the instrument menu), the zero values will not show!
Thanks a lot TJ
by florianp3
25 Nov 2014
Forum: MultiCharts
Topic: erasing and redrawing a retracement area square [SOLVED]
Replies: 6
Views: 1637

Re: erasing and redrawing a retracement area square [SOLVED]

Thanks for your reply. Here is a picture of my chart: http://screencast.com/t/AHvAuIge65o The green area squares are drawn each time a new high in the upswing happens. I need only the latest ones in the upswings shown, not all of them. Here is my code: Inputs:tv(0.01); vars: h00(H),h00bn(1),L00bn(1)...
by florianp3
25 Nov 2014
Forum: MultiCharts
Topic: erasing and redrawing a retracement area square [SOLVED]
Replies: 6
Views: 1637

erasing and redrawing a retracement area square [SOLVED]

From past history I calculate a projected retracement area from the current upswing and I need it to be redrawn every time this upswing has a new high. The problem I do not know how to solve is how to erase the old plot when a new upswing high is happening - I need to see only the current projected ...
by florianp3
02 Oct 2014
Forum: MultiCharts
Topic: fuzzy logic
Replies: 2
Views: 1925

fuzzy logic

Anybody wrote indicators or functions using fuzzy logic? Could not find any easy language examples on google
by florianp3
11 Jun 2014
Forum: MultiCharts
Topic: exitprice, equity or net P/L at broker
Replies: 2
Views: 869

exitprice, equity or net P/L at broker

I_MarketPosition_at_Broker and I_AvgEntryPrice_at_Broker give very useful information; however, if I want to implement a strategy based on the net profit for the day (for example stop trading for the day if I loose 500$ and stop also if I made 800$) I need the broker net P/L for the day info. Is the...
by florianp3
10 Jun 2014
Forum: MultiCharts
Topic: I_marketposition_at_Broke as indicator for manual trading [SOLVED]
Replies: 1
Views: 782

I_marketposition_at_Broke as indicator for manual trading [SOLVED]

vars:broker_mp(0),broker_avgentry(0); broker_mp = I_MarketPosition_at_Broker; broker_avgentry=I_AvgEntryPrice_at_Broker; Plot1(broker_mp,"broker_mp"); Plot2(broker_avgentry,"broker_avgentry"); // there are no plots when I execute orders directly at broker; why can't I see my position if this code is...

Go to advanced search