NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 35
Search: Posts Made By: gurji
Forum: Traders Hideout September 1st, 2023, 11:25 AM
Replies: 8
Views: 642
Posted By gurji
Trading's Number 1 reason for failure

I'm sure that I am not inventing the wheel for most people on this one, but I am the type of person that no matter how much I hear others say things, I need to figure it out for myself. For me, it...
Forum: Commodities September 1st, 2023, 12:52 AM
Replies: 1
Views: 398
Posted By gurji
Hi, I realize this post is 2 weeks old. But if...

Hi, I realize this post is 2 weeks old. But if you still need help with this, send me a private message.
Forum: Traders Hideout August 27th, 2023, 09:08 PM
Replies: 20
Views: 1,996
Posted By gurji
Hi, thanks for the tips. I have been attempting...

Hi, thanks for the tips. I have been attempting the lower timeframes, 5, 15 min charts to grab small amounts. When I first started, I even toyed with the 1 minute charts. The more I do this the...
Forum: Traders Hideout August 27th, 2023, 09:04 PM
Replies: 20
Views: 1,996
Posted By gurji
Hi, thanks for the reply. I completely...

Hi, thanks for the reply. I completely understand that profitability is possible with a low winning pct and a high win/loss ratio. I get that, but what I am asking is if you can achieve the same...
Forum: Traders Hideout August 25th, 2023, 12:24 PM
Replies: 20
Views: 1,996
Posted By gurji
My observations and would love some feedback

Hey,

I am a software developer, so I use my programming skills to create various tools that help me make trade decisions, and even automatically perform the trades. I have been mostly paper...
Forum: Traders Hideout June 19th, 2023, 02:15 PM
Replies: 4
Views: 616
Posted By gurji
Entry point for harmonic patterns.

With harmonic patters, at what point do you prefer to enter the trade?
1. Immediately when hitting Point D.
2. At candle close after hitting point D (assuming high/low is still in the zone).
3....
Forum: Platforms and Indicators November 22nd, 2022, 12:12 AM
Replies: 3
Views: 2,788
Posted By gurji
Hi, thanks, but this isn't what I was asking...

Hi, thanks, but this isn't what I was asking about.

I want to use the API, not TWS.

The API if you are not familiar is basically a method to connect a computer/server directly to IBKR's server...
Forum: Platforms and Indicators November 16th, 2022, 12:39 PM
Replies: 3
Views: 2,788
Posted By gurji
Interactive Brokers Client Portal API

Anyone here use or know about IB's Client Portal API?

I have connected already to a few broker's API but IB's seems to only support Windows servers and not Linux servers.
Am I missing...
Forum: Traders Hideout October 27th, 2022, 07:01 PM
Replies: 5
Views: 1,001
Posted By gurji
Hey, thanks for this info. Makes sense. But I...

Hey, thanks for this info. Makes sense. But I still am not clear on part of it.
For example, right now in Daylight Saving Time, the 9pm ET (01:00 GMT) candle is usually a big one. This I believe...
Forum: Traders Hideout October 27th, 2022, 03:31 PM
Replies: 5
Views: 1,001
Posted By gurji
Time change questions/issues

Trying to understand a few things. I trade CL.
Using a 5 min chart on NY time (currently GMT-4), the following bars are big ones.

09:00
14:25
20:00
21:00
01:30

and a few others.
Forum: EasyLanguage Programming September 21st, 2022, 11:55 AM
Replies: 11
Views: 3,209
Posted By gurji
Here is all the code that run the orders if...

Here is all the code that run the orders if conditions are met.


if (atrOk = 1) and (curDirection = -1) and (ocatrOk = 1) and (ocsizeOk = 1) and (olpOk = 1) and (gWickOk = 1) and (bWickOk = 1)...
Forum: EasyLanguage Programming September 21st, 2022, 10:45 AM
Replies: 11
Views: 3,209
Posted By gurji
I'm using this on tradestation, not MC. But let...

I'm using this on tradestation, not MC. But let me look at what you showed said first.
Forum: EasyLanguage Programming September 21st, 2022, 01:13 AM
Replies: 11
Views: 3,209
Posted By gurji
Ok, it is absolutely what I said. The trigger to...

Ok, it is absolutely what I said. The trigger to start the the trail stop order isn't working, because it is looking at the close price of the previous bar and not the current price of the current...
Forum: EasyLanguage Programming September 21st, 2022, 12:15 AM
Replies: 11
Views: 3,209
Posted By gurji
Ok, I see what the problem is, I just don't know...

Ok, I see what the problem is, I just don't know how to fix it.
PositionProfit or openPositionProfit both show the profit at the close of the previous candle. But show 0 for the current candle. So...
Forum: EasyLanguage Programming September 20th, 2022, 10:11 PM
Replies: 11
Views: 3,209
Posted By gurji
It is in a strategy. I'll try that and post...

It is in a strategy.
I'll try that and post back here.
Forum: EasyLanguage Programming September 20th, 2022, 05:40 PM
Replies: 11
Views: 3,209
Posted By gurji
Ok, my mistake. tgamt and slamt are dollar...

Ok, my mistake. tgamt and slamt are dollar amounts. Not ticks.
Regardless, that didn't solve it. I even changed the IF statement to check is Openpositionprofit is greater than 0, and it still...
Forum: EasyLanguage Programming September 20th, 2022, 10:44 AM
Replies: 11
Views: 3,209
Posted By gurji
Thanks, but something still not right. This is...

Thanks, but something still not right. This is what I have. tgamt is trigger amount in ticks for when to start the trail stop.
slamt is the stop loss amount in ticks.



SetStopLoss(slamt);...
Forum: EasyLanguage Programming September 20th, 2022, 01:19 AM
Replies: 11
Views: 3,209
Posted By gurji
I will try to make this as simple as I can. ...

I will try to make this as simple as I can.

I place a long order at $90.

My stop loss is $80.

My Target is $100.


Now I want to add a trail stop. So instead of the $100 target, I want...
Forum: EasyLanguage Programming September 18th, 2022, 09:49 PM
Replies: 4
Views: 2,500
Posted By gurji
I'll take a look at that, thanks!

I'll take a look at that, thanks!
Forum: EasyLanguage Programming September 18th, 2022, 09:49 PM
Replies: 4
Views: 2,500
Posted By gurji
I think you hit the nail on the head about being...

I think you hit the nail on the head about being a programmer or not. I am a programmer, and ,maybe that's why I don't like it. I like pine script in tradingview a lot better, although it also has...
Forum: EasyLanguage Programming September 15th, 2022, 11:11 AM
Replies: 119
Views: 21,494
Posted By gurji
Thanks, I will look at what they offer.

Thanks, I will look at what they offer.
Forum: EasyLanguage Programming September 15th, 2022, 10:37 AM
Replies: 119
Views: 21,494
Posted By gurji
Hi, let me clarify it a little better. For CL, it...

Hi, let me clarify it a little better. For CL, it is after the spread and broker fees that the avg win is $30. It has set a minimum win of 7 ticks which covers the spread and fees. You can easily...
Forum: EasyLanguage Programming September 15th, 2022, 01:21 AM
Replies: 4
Views: 2,420
Posted By gurji
In the strategy I am using, WMA produces better...

In the strategy I am using, WMA produces better results than SMA.
But after further testing, I found that RMA is even better. So now I am trying to find a function for RMA, but I don't see it there.
Forum: EasyLanguage Programming September 15th, 2022, 01:04 AM
Replies: 119
Views: 21,494
Posted By gurji
Hey Guys, I am new to this forum and just saw...

Hey Guys, I am new to this forum and just saw this post. I have been trading almost exclusively CL, and I have been working on a strategy using tradingview for the past 2 months. I am in the...
Forum: EasyLanguage Programming September 15th, 2022, 12:39 AM
Replies: 4
Views: 2,420
Posted By gurji
Awesome thanks! Since I have your attention, do...

Awesome thanks! Since I have your attention, do you know which function or any way to get it based on the RMA like tradingview uses?
Showing results 1 to 25 of 35

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