NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 36
Search: Posts Made By: Gabriel123
Forum: MultiCharts July 14th, 2022, 03:13 PM
Replies: 1
Views: 1,416
Posted By Gabriel123
Technical issues with limit orders in automated trading?

Hi, I am not sure that this is the correct sub category for this question (didn’t find a better alternative unfortunately).

When doing automated algorithmic trading using multicharts + IBKR as...
Forum: MultiCharts November 14th, 2016, 05:10 PM
Replies: 1
Views: 1,308
Posted By Gabriel123
How to scale in entries and exit all pos. at once?

Hi!

Let's say this is my simple code (strategy only used in Daily bars) :
___________

If C >= Average(C,200) and RSI(C,2) < 2 then buy 1 contract this bar at close;
If RSI(C,2) > 70 or...
Forum: MultiCharts August 25th, 2016, 05:46 PM
Replies: 2
Views: 1,246
Posted By Gabriel123
Portfolio backtester with MM signal - backtesting starts much later!

When adding a Money Management signal in portfolio trader backtester the backtesting suddenly starts at a much later date.

When using:
- Portfolio rotation entry signal - and using data range...
Forum: MultiCharts August 5th, 2016, 06:59 AM
Replies: 0
Views: 1,945
Posted By Gabriel123
Kelly criterion on Portfolio!

Hi!

I have the code below for Kelly criterion position sizing. However I want to use Kelly criterion for a portfolio, not for a single instrument. When using this code on the instruments in a...
Forum: MultiCharts August 5th, 2016, 06:02 AM
Replies: 4
Views: 1,699
Posted By Gabriel123
This is what I have so far: using System;...

This is what I have so far:


using System;
using System.Drawing;
using System.Linq;
using PowerLanguage.Function;
using ATCenterProxy.interop;

namespace PowerLanguage.Strategy {
Forum: MultiCharts August 4th, 2016, 05:34 PM
Replies: 4
Views: 1,699
Posted By Gabriel123
Translate simple code to Multicharts.NET!

How would I translate this simple code to Multicharts.NET to create a "complete signal"?

Thanks in advance.


If RSI(c,2) < 5 AND C > Average(C,200)
then buy next bar at open;

If RSI(c,2) >...
Forum: MultiCharts August 3rd, 2016, 04:44 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
The part I have added in the code since last post...

The part I have added in the code since last post should do this I think.
I have checked throught all three example MM codes in Multicharts but I still have a hard time trying to create code for...
Forum: MultiCharts August 3rd, 2016, 03:43 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
Thanks for your response ABCTG. This was not...

Thanks for your response ABCTG.

This was not simple.

This is my MM code at the moment:


var:
idx(0),
count(0);
Forum: MultiCharts August 1st, 2016, 06:23 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
The issue is how to get the variable to change -...

The issue is how to get the variable to change - so that it adds "1" to the "pmm_set_my_named_num" everytime a new position enters the market and at the same time subtracts "1" from the...
Forum: MultiCharts August 1st, 2016, 06:18 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
Thanks a lot for your reply, ABCTG. I have...

Thanks a lot for your reply, ABCTG.

I have been able to come up with a signal base and MM signal that limits the number of position simultaneously to 1. But not to 10. Most of the help I got from...
Forum: MultiCharts July 28th, 2016, 12:38 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
I read this post:...

I read this post: https://nexusfi.com/multicharts/35935-portfolio-trader-set-max-open-position-4.html#post523433
But it doesn't work at all for me.

I have also tested to include this code in my...
Forum: MultiCharts July 28th, 2016, 12:11 PM
Replies: 8
Views: 2,740
Posted By Gabriel123
Limit nr of positions in portfolio!

Hi!

I am looking for a very simple Money Management script that limits the number of open positions simultaneously in a portfolio to max 10.

This is for a swing trading portfolio of stocks,...
Forum: NinjaTrader September 22nd, 2015, 04:46 PM
Replies: 2,093
Views: 978,584
Posted By Gabriel123
swingProperties = new SwingProperties(swingType,...

swingProperties = new SwingProperties(swingType, swingSize, dtbStrength,
swingLengthType, swingDurationType, showSwingPrice, showSwingLabel,
showSwingPercent,...
Forum: NinjaTrader September 22nd, 2015, 04:43 PM
Replies: 2,093
Views: 978,584
Posted By Gabriel123
I guess DJ exported the various swing information...

I guess DJ exported the various swing information to the Output Window (via Print commands)? How would one do to export specifically the swingpercentage information to the Ouput window? Does anyone...
Forum: NinjaTrader September 8th, 2015, 10:36 AM
Replies: 2,093
Views: 978,584
Posted By Gabriel123
When using the PriceActionSwingOscillator Trend...

When using the PriceActionSwingOscillator Trend in another indicator. Is it possible to set so that SwingTrend == 0 doesn't exist - just like you can do in the PASO by setting "Trend change : True"?...
Forum: NinjaTrader September 2nd, 2015, 04:33 PM
Replies: 2,093
Views: 978,584
Posted By Gabriel123
Is "Swingtrend[0] == -1 / 0 / 1" really the...

Is "Swingtrend[0] == -1 / 0 / 1" really the correct parameter for the PriceActionSwingOscillator Trend?

When writing a script and including "Swingtrend[0] == 0" both uptrend and downtrend is...
Forum: NinjaTrader August 30th, 2015, 06:00 PM
Replies: 2,093
Views: 978,584
Posted By Gabriel123
This is really an impressive indicator and I am...

This is really an impressive indicator and I am very happy to be able to have access to it. Thank you, really!

I am trying to build a strategy where one of the criterion for the buy signal is the...
Forum: NinjaTrader August 29th, 2015, 04:34 PM
Replies: 9
Views: 5,832
Posted By Gabriel123
The same problem has happened to me several times...

The same problem has happened to me several times now.

Suddenly every trade in my strategy gets stopped out immadietely only one point from the entry price. I am backtesting on FDAX and using 30...
Forum: NinjaTrader August 27th, 2015, 05:21 PM
Replies: 9
Views: 5,832
Posted By Gabriel123
I'm backtesting in Ninjatrader. And there is...

I'm backtesting in Ninjatrader. And there is something seriously wrong on all strategies that involves stop och target. Every trade gets stopped out immadietely only one point above the entry price...
Forum: Emini and Emicro Index August 18th, 2015, 05:19 PM
Replies: 11
Views: 10,924
Posted By Gabriel123
Does anyone have historical tick data for FDAX?...

Does anyone have historical tick data for FDAX? Or historical minute data? Thanks in forward!
Forum: Brokers August 18th, 2015, 05:08 PM
Replies: 7
Views: 2,848
Posted By Gabriel123
It doesn't have to be tick data, minute data...

It doesn't have to be tick data, minute data could be enough.
Forum: Brokers August 18th, 2015, 04:40 PM
Replies: 7
Views: 2,848
Posted By Gabriel123
Thanks Mike. However, I am especially looking for...

Thanks Mike. However, I am especially looking for DAX. In the QCollector thread DAX is only included from July 2014. I only found this thread about DAX, and that wasn't really helpful:...
Forum: Brokers August 18th, 2015, 03:13 PM
Replies: 7
Views: 2,848
Posted By Gabriel123
I have tried to search for that thread (I am an...

I have tried to search for that thread (I am an Elite member now) - but I haven't found anything in the Elite section. Could you please post me a link?
Forum: Platforms and Indicators August 10th, 2015, 05:44 PM
Replies: 1
Views: 2,364
Posted By Gabriel123
ProRealTime - help with Support/resistance-indicator!

Hi!

I am trying to program a support- and resistance indicator for ProRealTime.

This is my criteria:

Support = a bar with lower low than the previous five bars and the next five bars....
Forum: Currencies August 5th, 2015, 06:10 PM
Replies: 2,612
Views: 927,127
Posted By Gabriel123
Thanks. What's the semantics behind your lines if...

Thanks. What's the semantics behind your lines if I may ask? :)
Showing results 1 to 25 of 36

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top