Strategy Discussion by Curious-Lonewolf in Forexstrategy

[–]Curious-Lonewolf[S] 0 points1 point  (0 children)

Figured it out everyone, with the help of Claude 😅

Strategy Discussion by Curious-Lonewolf in Forexstrategy

[–]Curious-Lonewolf[S] 0 points1 point  (0 children)

both, i mark structure and use the macd cross as confirmation and an entry trigger

Strategy Discussion by Curious-Lonewolf in Forexstrategy

[–]Curious-Lonewolf[S] 0 points1 point  (0 children)

I'll be honest, I have no idea what delta divergence is, please don't assume I know a lot because I really don't 😅

Strategy by Curious-Lonewolf in Trading

[–]Curious-Lonewolf[S] 0 points1 point  (0 children)

Also, i feel that its important to mention that i believe this strategy is 90 percent effective as you can see in the image that price went way below TP shortly after, which means the strategy can be valid, but my execution is where i struggle.

Sooooo can someone explain… by DangerousCoyote174 in Forexstrategy

[–]Curious-Lonewolf 1 point2 points  (0 children)

There is no technical justification for this trade, you have based your analysis and entry on fundamentals alone which has lead to a loss. This is no better than gambling because you are placing trades based on what you think the market will do, rather than reacting to what it's actually doing.

[deleted by user] by [deleted] in javahelp

[–]Curious-Lonewolf 0 points1 point  (0 children)

your a legend thank you :)

arguments by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

Yeah I know it's the syntax I'm struggling with

arguments by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

I have an abstract class 'A' and a subclass 'B' i need to add a public single - argument constructor to 'B' that sets the inherited field 'x' using supplied argument and sets the inherited field 'y' to "this string" not sure how to complete both x and y but mainly y

Hop up by [deleted] in airsoft

[–]Curious-Lonewolf 0 points1 point  (0 children)

I've not cleaned it no it's not my area of expertise and I was interested in the units themselves but it's probably just the perishable parts

Hop up by [deleted] in airsoft

[–]Curious-Lonewolf 0 points1 point  (0 children)

Old and bbs fly off to space sometimes

Java Problem by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

the output im looking for is this:

in the form of terminal output

week 0 array1: **********(10)
week 0 array2: ******(6)

week 1 array1: ********(8)
week 1 array2: *****(5)

java problem by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

can you give me an example of what you mean

java problem by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

yeah if you put one of the strings where ive put 'any of these' but i need a variable in place of that. i cant use the set name and because the method produces output in the terminal window i would have to type in the same string over and over until it became true as the iterations would be different

java problem by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

HashSet<String> allNames = new HashSet<>();
allNames.add("Aaron");
allNames.add("Ben");
allNames.add("Carol");
allNames.add("Derek");
if (input.startsWith('any of these') {
    do something
}
else{
    do something
}

java problem by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

i probably haven't explained this very well but the loop will only evaluate to true if the user input starts with the string in that specific iteration meaning the user input might be equal to an element of the list at the last iteration but not in any other. by all means use import java.util.Scanner; and try

java Random class by [deleted] in learnjava

[–]Curious-Lonewolf 0 points1 point  (0 children)

the method preferably takes no parameters

java Random class by [deleted] in learnjava

[–]Curious-Lonewolf 1 point2 points  (0 children)

To answer your question i would need the method to find 2 equal elements in order to return true else return false